Enum ComparatorClass

java.lang.Object
java.lang.Enum<ComparatorClass>
com.cisco.pt.ipc.enums.ComparatorClass
All Implemented Interfaces:
Serializable, Comparable<ComparatorClass>, Constable

public enum ComparatorClass extends Enum<ComparatorClass>
An enum for the IPC's ComparatorClass values
Author:
packettracerexapps@external.cisco.com
  • Enum Constant Details

    • COMP_CLASS_IP

      public static final ComparatorClass COMP_CLASS_IP
    • COMP_CLASS_ROUTING

      public static final ComparatorClass COMP_CLASS_ROUTING
    • COMP_CLASS_ACL

      public static final ComparatorClass COMP_CLASS_ACL
    • COMP_CLASS_NAT

      public static final ComparatorClass COMP_CLASS_NAT
    • COMP_CLASS_PHYSICAL

      public static final ComparatorClass COMP_CLASS_PHYSICAL
    • COMP_CLASS_SWITCHING

      public static final ComparatorClass COMP_CLASS_SWITCHING
    • COMP_CLASS_CONNECTIVITY

      public static final ComparatorClass COMP_CLASS_CONNECTIVITY
    • COMP_CLASS_LOGICAL

      public static final ComparatorClass COMP_CLASS_LOGICAL
    • COMP_CLASS_ALL

      public static final ComparatorClass COMP_CLASS_ALL
    • COMP_CLASS_ENCIRCLING_HEAD

      public static final ComparatorClass COMP_CLASS_ENCIRCLING_HEAD
    • COMP_CLASS_ENCIRCLING_SUB

      public static final ComparatorClass COMP_CLASS_ENCIRCLING_SUB
  • Field Details

    • intValue

      protected int intValue
  • Method Details

    • values

      public static ComparatorClass[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static ComparatorClass valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null
    • getIntValue

      public int getIntValue()
    • fromIntValue

      public static ComparatorClass fromIntValue(int value)
    • fromIntValue

      public static ComparatorClass fromIntValue(Integer value)